libxl: add FreeBSD OS support
authorRoger Pau Monne <roger.pau@citrix.com>
Mon, 2 Jun 2014 15:08:18 +0000 (17:08 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 18 Jun 2014 16:19:25 +0000 (17:19 +0100)
commit430b17b171a4bbbd7cdc0923ebd7598616f6bbc7
treeb167c533bb36922eb42b726a3d7a7ef707552d00
parent62ac1e82d29f4211518b1952db1db62ae7ec9374
libxl: add FreeBSD OS support

Create a new libxl_freebsd.c file that contains OS-specific bits used
by libxl.

This currently defines which backend to use to handle disks, and
which hotplug scripts to execute.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/Makefile
tools/libxl/libxl_freebsd.c [new file with mode: 0644]
tools/libxl/libxl_osdeps.h